home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 May (DVD) / Macworld Resource DVD May 2003.toast / Data / Shareware / Organization / ChronoSync1.1.2.sit / CSYNDownload.dmg / ChronoSync.app / Contents / Resources / ChronoSync.scriptSuite / ChronoSync.scriptSuite
Encoding:
Text File  |  2002-09-27  |  1.5 KB  |  49 lines

  1. {
  2.     "Name" = "ChronoSync"; 
  3.     "AppleEventCode" = "CRsy"; 
  4.     "Classes" = {
  5.         "NSApplication" = {
  6.             "AppleEventCode" = "capp"; 
  7.             "Superclass" = "NSCoreSuite.NSApplication"; 
  8.             "ToManyRelationships" = {
  9.                 "orderedDocuments" = {
  10.                     "AppleEventCode" = "docu"; 
  11.                     "Type" = "SyncDocument"; 
  12.                 }; 
  13.             }; 
  14.         }; 
  15.         "SyncDocument" = {
  16.             "AppleEventCode" = "docu"; 
  17.             "Superclass" = "NSCoreSuite.NSDocument";
  18.             "Attributes" = {
  19. //                "synchronizer" = {
  20. //                    "Type" = "EZSSynchronizer";
  21. //                    "AppleEventCode" = "sync"; 
  22. //                };
  23. //                "ruleBase" = {
  24. //                    "Type" = "EZSRuleBase";
  25. //                    "AppleEventCode" = "rulb"; 
  26. //                };
  27.                 "lastSyncDateString" = {
  28.                     "Type" = "NSString";
  29.                     "AppleEventCode" = "sdat"; 
  30.                 };
  31.                 "syncStatus" = {
  32.                     "Type" = "NSNumber";
  33.                     "AppleEventCode" = "stat"; 
  34.                 };
  35.             };
  36.             "SupportedCommands" = {
  37.                 "Synchronize" = "doSynchronize:"; 
  38.             };
  39.         }; 
  40.     };
  41.     "Commands" = {
  42.         "Synchronize" = {
  43.             "CommandClass" = "NSScriptCommand";
  44.             "Type" = "";
  45.             "AppleEVentClassCode" = "CRsy";
  46.             "AppleEventCode" = "dsyn";
  47.         };
  48.     };
  49. }